#The URL of the source. %1 will be replaced by the internet code of the unit
url=http://stooq.com/q/d/l/?s=%1&i=m

#The mode (HTML or CSV). In HTML mode, only one value will be extracted from downloaded page. In CSV mode, a value per line will be extracted.
mode=CSV

#The regular expression for the price (see http://doc.qt.nokia.com/latest/qregexp.html)
price=[^,]*,[^,]*,[^,]*,[^,]*,([^,]*),.*

#The regular expression for the date (see http://doc.qt.nokia.com/latest/qregexp.html)
date=([^,]*),.*

#The format of the date (see http://doc.qt.nokia.com/latest/qdate.html#fromString-2)
dateformat=yyyy-MM-dd

   
          
          
          